home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / autoconf.lha / autoconf-1.4 / acconfig.h next >
C/C++ Source or Header  |  1993-05-12  |  6KB  |  200 lines

  1. /* Sample config.h
  2.    This file is used by Autoheader.  It is in the public domain.
  3.    It provides sample descriptive text for the C preprocessor macros
  4.    that the distributed Autoconf macros can define.
  5.    No software package will use all of them, but this file is provided
  6.    so you can copy the ones you use into your own configuration header files.
  7.    The entries are in alphabetical order.  */
  8.  
  9. /* Define as the proper declaration for yytext.  */
  10. #undef DECLARE_YYTEXT
  11.  
  12. /* Define if you have dirent.h.  */
  13. #undef DIRENT
  14.  
  15. /* Define if you have alloca.h and it should be used (not Ultrix).  */
  16. #undef HAVE_ALLOCA_H
  17.  
  18. /* Define if you don't have vprintf but do have _doprnt.  */
  19. #undef HAVE_DOPRNT
  20.  
  21. /* Define if you support file names longer than 14 characters.  */
  22. #undef HAVE_LONG_FILE_NAMES
  23.  
  24. /* Define if you have netdb.h (and thus the rexec function).  */
  25. #undef HAVE_NETDB_H
  26.  
  27. /* Define if system calls automatically restart after interruption
  28.    by a signal.  */
  29. #undef HAVE_RESTARTABLE_SYSCALLS
  30.  
  31. /* Define if you have the strcoll function and it is properly defined.  */
  32. #undef HAVE_STRCOLL
  33.  
  34. /* Define if your struct stat has st_blksize.  */
  35. #undef HAVE_ST_BLKSIZE
  36.  
  37. /* Define if your struct stat has st_blocks.  */
  38. #undef HAVE_ST_BLOCKS
  39.  
  40. /* Define if your struct stat has st_rdev.  */
  41. #undef HAVE_ST_RDEV
  42.  
  43. /* Define if you have sys/mtio.h.  */
  44. #undef HAVE_SYS_MTIO_H
  45.  
  46. /* Define if your struct tm has tm_zone.  */
  47. #undef HAVE_TM_ZONE
  48.  
  49. /* Define if you don't have tm_zone but do have the external array
  50.    tzname.  */
  51. #undef HAVE_TZNAME
  52.  
  53. /* Define if you have unistd.h.  */
  54. #undef HAVE_UNISTD_H
  55.  
  56. /* Define if utime(file, NULL) sets file's timestamp to the present.  */
  57. #undef HAVE_UTIME_NULL
  58.  
  59. /* Define if you have vfork.h.  */
  60. #undef HAVE_VFORK_H
  61.  
  62. /* Define vfork as fork if vfork does not work.  */
  63. #undef vfork
  64.  
  65. /* Define if you have the vprintf function.  */
  66. #undef HAVE_VPRINTF
  67.  
  68. /* Define if you have the wait3 system call.  */
  69. #undef HAVE_WAIT3
  70.  
  71. /* Define if int is 16 bits instead of 32.  */
  72. #undef INT_16_BITS
  73.  
  74. /* Define if major, minor, and makedev are declared in mkdev.h.  */
  75. #undef MAJOR_IN_MKDEV
  76.  
  77. /* Define if major, minor, and makedev are declared in sysmacros.h.  */
  78. #undef MAJOR_IN_SYSMACROS
  79.  
  80. /* Define if you have memory.h, and string.h doesn't declare the
  81.    mem* functions.  */
  82. #undef NEED_MEMORY_H
  83.  
  84. /* Define if your struct nlist has an n_un member.  */
  85. #undef NLIST_NAME_UNION
  86.  
  87. /* Define if you have nlist.h.  */
  88. #undef NLIST_STRUCT
  89.  
  90. /* Define if you can't use the address of an argument to a function
  91.    as the start of an array.  */
  92. #undef NO_ARG_ARRAY
  93.  
  94. /* Define if your C compiler doesn't accept -c and -o together.  */
  95. #undef NO_MINUS_C_MINUS_O
  96.  
  97. /* Define if you have neither a remote shell nor the rexec function.  */
  98. #undef NO_REMOTE
  99.  
  100. /* Define as the return type of signal handlers (int or void).  */
  101. #undef RETSIGTYPE
  102.  
  103. /* Define if the setvbuf function takes the buffering type as its second
  104.    argument and the buffer pointer as the third, as on System V
  105.    before release 3.  */
  106. #undef SETVBUF_REVERSED
  107.  
  108. /* Define if you have the ANSI C header files.  */
  109. #undef STDC_HEADERS
  110.  
  111. /* Define if you don't have dirent.h, but have sys/dir.h.  */
  112. #undef SYSDIR
  113.  
  114. /* Define if you don't have dirent.h, but have sys/ndir.h.  */
  115. #undef SYSNDIR
  116.  
  117. /* Define if your sys/time.h declares struct tm.  */
  118. #undef TM_IN_SYS_TIME
  119.  
  120. /* Define if you do not have strings.h, index, bzero, etc..  */
  121. #undef USG
  122.  
  123. /* Define if the closedir function returns void instead of int.  */
  124. #undef VOID_CLOSEDIR
  125.  
  126. /* Define if your processor stores words with the most significant
  127.    byte first (like Motorola and Sparc, unlike Intel and VAX).  */
  128. #undef WORDS_BIGENDIAN
  129.  
  130. /* Define if on AIX 3.
  131.    System headers sometimes define this.
  132.    We just want to avoid a redefinition error message.  */
  133. #ifndef _ALL_SOURCE
  134. #undef _ALL_SOURCE
  135. #endif
  136.  
  137. /* Define if on MINIX.  */
  138. #undef _MINIX
  139.  
  140. /* Define if on MINIX.  */
  141. #undef _POSIX_1_SOURCE
  142.  
  143. /* Define if you need to in order for stat and other things to work.  */
  144. #undef _POSIX_SOURCE
  145.  
  146. /* Define if type char is unsigned and you are not using gcc.  */
  147. #undef __CHAR_UNSIGNED__
  148.  
  149. /* Define if you have a <sys/wait.h> with `union wait'.  */
  150. #undef HAVE_SYS_WAIT
  151.  
  152. /* Define if you have the POSIX.1 `waitpid' function.  */
  153. #undef HAVE_WAITPID
  154.  
  155. /* Define on System V Release 4.  */
  156. #undef SVR4
  157.  
  158. /* Define for Encore UMAX.  */
  159. #undef UMAX
  160.  
  161. /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
  162.    instead of <sys/cpustats.h>.  */
  163. #undef UMAX4_3
  164.  
  165. /* Define to `int' if <sys/types.h> doesn't define.  */
  166. #undef uid_t
  167. #undef gid_t
  168. #undef pid_t
  169.  
  170. /* Define to empty if the keyword does not work.  */
  171. #undef const
  172.  
  173. /* Define for DGUX with <sys/dg_sys_info.h>.  */
  174. #undef DGUX
  175.  
  176. /* Define if the `getloadavg' function needs to be run setuid or setgid.  */
  177. #undef GETLOADAVG_PRIVILEGED
  178.  
  179. /* Define if `union wait' is the type of the first arg to wait functions.  */
  180. #undef HAVE_UNION_WAIT
  181.  
  182. /* Define if `sys_siglist' is declared by <signal.h>.  */
  183. #undef SYS_SIGLIST_DECLARED
  184.  
  185. /* If using the C implementation of alloca, define if you know the
  186.    direction of stack growth for your system; otherwise it will be
  187.    automatically deduced at run-time.
  188.     STACK_DIRECTION > 0 => grows toward higher addresses
  189.     STACK_DIRECTION < 0 => grows toward lower addresses
  190.     STACK_DIRECTION = 0 => direction of growth unknown
  191.  */
  192. #undef STACK_DIRECTION
  193.  
  194. /* Define to the type of elements in the array set by `getgroups'.
  195.    Usually this is either `int' or `gid_t'.  */
  196. #undef GETGROUPS_T
  197.  
  198. /* Define if the `long double' type works.  */
  199. #undef HAVE_LONG_DOUBLE
  200.